Predictive and Descriptive Data Mining
Predictive Mining
To predict unknown or future values based on the patterns found in the data.
How it works:Techniques for performing predictive data mining are:
Decision trees
Neural networks
Support Vector Machines (SVM)
Linear/logistic regression
Is done to find human-interpretable patterns that describe the data.
How it works:
Summarizes the main characteristics of the data, without trying to predict future outcomes.Focuses on understanding and explaining what's in the dataset.
Examples:
Finding customer segments with similar purchasing behavior.
Discovering association rules like "people who buy bread often buy butter."
Identifying frequent patterns in transaction data.
Techniques:
Clustering
Association rule mining
Summarization
Principal Component Analysis (PCA)